home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Intel / Integracion.exe / scripts / DefineButton2_439 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2001-08-14  |  84 b   |  7 lines

  1. on(rollOver){
  2.    tellTarget("../clickon")
  3.    {
  4.       gotoAndStop("a");
  5.    }
  6. }
  7.